.stats-block__item {
    background-color: #caee70;
    color: #333;
    text-align: center;
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear;
    padding: 20px 40px;
    position: relative;
    display: block;
}

.stats-block__item h1,
.stats-block__item h2,
.stats-block__item h3,
.stats-block__item h4,
.stats-block__item h5,
.stats-block__item h6,
.stats-block__item .stats-block__title {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 15px;
  color: #333;
}
.stats-block__item i {
  font-size: 60px;
  margin: 15px 0px 15px;
}

.stats-blocks__row .flexi-item-edit {
  flex: 0 0 100%;
}

/*
.stats-block__item:hover,
.stats-block__item:focus,
.stats-block__item:active {
  background-color: #337ab7;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
  text-decoration: none;
}
*/

/*
.stats-block__item:hover h1,
.stats-block__item:focus h1,
.stats-block__item:active h1,
.stats-block__item:hover h2,
.stats-block__item:focus h2,
.stats-block__item:active h2,
.stats-block__item:hover h3,
.stats-block__item:focus h3,
.stats-block__item:active h3,
.stats-block__item:hover h4,
.stats-block__item:focus h4,
.stats-block__item:active h4,
.stats-block__item:hover h5,
.stats-block__item:focus h5,
.stats-block__item:active h5,
.stats-block__item:hover h6,
.stats-block__item:focus h6,
.stats-block__item:active h6 {
	color: #fff;
}
*/
